Uses of Interface
org.eclipse.vtp.framework.common.IScriptable

Packages that use IScriptable
org.eclipse.vtp.framework.common   
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.common.support   
org.eclipse.vtp.framework.javascript   
org.eclipse.vtp.framework.javascript.services   
 

Uses of IScriptable in org.eclipse.vtp.framework.common
 

Methods in org.eclipse.vtp.framework.common with parameters of type IScriptable
 IScriptingContext IScriptingContext.createScriptingContext(IScriptable[] content)
           
 IScriptingContext IScriptingProvider.createScriptingContext(java.lang.String scriptingLanuage, IScriptable[] content)
           
 

Uses of IScriptable in org.eclipse.vtp.framework.common.services
 

Classes in org.eclipse.vtp.framework.common.services that implement IScriptable
 class BrandRegistry
          Implementation of IBrandRegistry.
 class BrandSelection
          A support implementation of the IBrandSelection interface.
 class DataTypeRegistry
          Implementation of IDataTypeRegistry.
 class ScriptableActionContext
          An IScriptable implementation that makes the IActionContext instance available as a scripting object.
 class ScriptableExecutionContext
          An IScriptable implementation that makes the IExecutionContext instance available as a scripting object.
 class ScriptableLogger
          An IScriptable implementation that makes the scoped ILogger instance available as a scripting object.
 class ScriptableProcessContext
          An IScriptable implementation that makes the IProcessContext instance available as a scripting object.
 class ScriptableSessionContext
          An IScriptable implementation that makes the ISessionContext instance available as a scripting object.
 class VariableRegistry
          A support implementation of the IVariableRegistry interface.
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type IScriptable
ScriptingService(IContext serviceRegistry, IScriptable[] scriptables)
          Creates a new SrciptingService.
ScriptingService(IContext serviceRegistry, IScriptable[] scriptables, ScriptingService parent)
          Creates a new SrciptingService.
 

Uses of IScriptable in org.eclipse.vtp.framework.common.support
 

Classes in org.eclipse.vtp.framework.common.support that implement IScriptable
 class ScriptableArray
          An implementation of a read-only scriptable array.
 

Uses of IScriptable in org.eclipse.vtp.framework.javascript
 

Methods in org.eclipse.vtp.framework.javascript with parameters of type IScriptable
 IScriptingContext JavaScriptContext.createScriptingContext(IScriptable[] content)
           
 

Constructors in org.eclipse.vtp.framework.javascript with parameters of type IScriptable
JavaScriptContext(java.lang.ClassLoader applicationClassLoader, java.lang.String scriptingLanguage, IScriptable[] scriptables)
          Creates a new JavaScriptContext.
JavaScriptContext(IScriptable[] scriptables, JavaScriptContext owner)
          Creates a new JavaScriptContext.
JavaScriptObject(IScriptable scriptable)
          Creates a new ScriptableHost.
 

Uses of IScriptable in org.eclipse.vtp.framework.javascript.services
 

Methods in org.eclipse.vtp.framework.javascript.services with parameters of type IScriptable
 IScriptingContext JavaScriptProvider.createScriptingContext(java.lang.String scriptingLanuage, IScriptable[] content)